PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFDeviceNColorSpace Class / convertImageSamplesToRgb Method
In This Topic
    convertImageSamplesToRgb Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void convertImageSamplesToRgb( 
       byte[] color,
       int colorOffset,
       int ccc,
       byte[] rgb,
       int rgbOffset
    )

    Parameters

    color
    colorOffset
    ccc
    rgb
    rgbOffset
    See Also